PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / setUseActualTextIfAvailable Method
True if the text extraction process should ignore the glyph values and font encoding and use the text included in the /ActualText entry applied to current showText operator.
In This Topic
    setUseActualTextIfAvailable Method
    In This Topic
    Sets a flag indicating whether the text extraction process should use the text included in the /ActualText entry applied to current showText operator.
    Syntax
    public void setUseActualTextIfAvailable( 
       boolean value
    )

    Parameters

    value
    True if the text extraction process should ignore the glyph values and font encoding and use the text included in the /ActualText entry applied to current showText operator.
    See Also